runtime.pTraceState.inSweep (field)
8 uses
runtime (current package)
trace.go#L695: pp.trace.inSweep = false
traceevent.go#L124: w = w.writeProcStatus(uint64(pp.id), procStatus, pp.trace.inSweep)
traceruntime.go#L45: inSweep bool
traceruntime.go#L404: pp.trace.inSweep = true
traceruntime.go#L420: if pp.trace.inSweep {
traceruntime.go#L422: pp.trace.inSweep = false
traceruntime.go#L591: w.w = w.w.writeProcStatus(uint64(pp.id), traceProcSyscallAbandoned, pp.trace.inSweep)
tracestatus.go#L101: w = w.writeProcStatus(uint64(pp.id), status, pp.trace.inSweep)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |